home *** CD-ROM | disk | FTP | other *** search
- object frmGraphExplorer: TfrmGraphExplorer
- Left = 334
- Top = 155
- BorderStyle = bsSizeToolWin
- Caption = 'Graphic Explorer'
- ClientHeight = 395
- ClientWidth = 209
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Shell Dlg 2'
- Font.Style = []
- FormStyle = fsStayOnTop
- OldCreateOrder = True
- OnClose = FormClose
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- OnEndDock = FormEndDock
- OnResize = FormResize
- OnStartDock = FormStartDock
- PixelsPerInch = 96
- TextHeight = 13
- object Panel1: TPanel
- Left = 0
- Top = 0
- Width = 209
- Height = 395
- Align = alClient
- BevelOuter = bvNone
- Caption = 'Panel1'
- TabOrder = 0
- DesignSize = (
- 209
- 395)
- object lvObjects: TListView
- Left = 0
- Top = 0
- Width = 209
- Height = 395
- HelpContext = 4620
- Align = alClient
- Columns = <>
- LargeImages = ilLarge
- OwnerData = True
- ParentShowHint = False
- ShowHint = True
- SmallImages = ilGraph
- TabOrder = 0
- OnAdvancedCustomDraw = lvObjectsAdvancedCustomDraw
- OnChanging = lvObjectsChanging
- OnContextPopup = lvObjectsContextPopup
- OnData = lvObjectsData
- OnDblClick = lvObjectsDblClick
- OnEdited = lvObjectsEdited
- OnEditing = lvObjectsEditing
- OnInfoTip = lvObjectsInfoTip
- OnMouseMove = lvObjectsMouseMove
- OnResize = lvObjectsResize
- OnSelectItem = lvObjectsSelectItem
- end
- object Panel2: TPanel
- Left = 0
- Top = 0
- Width = 209
- Height = 0
- Align = alTop
- BevelOuter = bvNone
- Caption = 'Panel2'
- TabOrder = 1
- end
- object btnBackward: TButton
- Left = 67
- Top = 359
- Width = 75
- Height = 25
- HelpContext = 4630
- Anchors = [akLeft, akBottom]
- Caption = '&Backward'
- TabOrder = 2
- Visible = False
- end
- object btnForward: TButton
- Left = 67
- Top = 10
- Width = 75
- Height = 25
- HelpContext = 4640
- Caption = '&Forward'
- TabOrder = 3
- Visible = False
- end
- end
- object ilGraph: TImageList
- Left = 151
- Top = 80
- end
- object ilLarge: TImageList
- Height = 32
- Width = 32
- Left = 151
- Top = 128
- end
- object barMan: TdxBarManager
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- Bars = <>
- Categories.Strings = (
- 'Default'
- 'pmPopup')
- Categories.ItemsVisibles = (
- 2
- 2)
- Categories.Visibles = (
- True
- True)
- PopupMenuLinks = <>
- Style = bmsUseLookAndFeel
- UseSystemFont = True
- Left = 70
- Top = 120
- DockControlHeights = (
- 0
- 0
- 0
- 0)
- object miBackward: TdxBarButton
- Caption = '&Backward'
- Category = 1
- Visible = ivAlways
- OnClick = miBackwardClick
- end
- object miForward: TdxBarButton
- Caption = '&Forward'
- Category = 1
- Visible = ivAlways
- OnClick = miForwardClick
- end
- object pmiGoto: TdxBarButton
- Caption = 'GoTo'
- Category = 1
- Visible = ivAlways
- OnClick = lvObjectsDblClick
- end
- object miRefresh: TdxBarButton
- Caption = '&Refresh'
- Category = 1
- Visible = ivAlways
- OnClick = miRefreshClick
- end
- object miEdit: TdxBarButton
- Caption = '&Edit'
- Category = 1
- Enabled = False
- Visible = ivAlways
- OnClick = miEditClick
- end
- object miRename: TdxBarButton
- Caption = 'Re&name'
- Category = 1
- Enabled = False
- Visible = ivAlways
- OnClick = miRenameClick
- end
- object miDelete: TdxBarButton
- Caption = 'De&lete'
- Category = 1
- Enabled = False
- Visible = ivAlways
- OnClick = miDeleteClick
- end
- object pmiEditNodes: TdxBarButton
- Caption = 'EditNodes'
- Category = 1
- Visible = ivAlways
- OnClick = pmiEditNodesClick
- end
- object miPrint: TdxBarButton
- Caption = 'Print'
- Category = 1
- Enabled = False
- Visible = ivAlways
- OnClick = miPrintClick
- end
- object pmiDeadLinks: TdxBarButton
- Caption = 'DeadLinks'
- Category = 1
- Visible = ivAlways
- OnClick = pmiDeadLinksClick
- end
- object miDockable: TdxBarButton
- Caption = '&Dockable'
- Category = 1
- Visible = ivAlways
- ButtonStyle = bsChecked
- Down = True
- OnClick = miDockableClick
- end
- object pmiClose: TdxBarButton
- Caption = 'Close'
- Category = 1
- Visible = ivAlways
- OnClick = pmiCloseClick
- end
- end
- object pmPopup: TdxBarPopupMenu
- BarManager = barMan
- ItemLinks = <
- item
- Item = miBackward
- Visible = True
- end
- item
- Item = miForward
- Visible = True
- end
- item
- BeginGroup = True
- Item = pmiGoto
- Visible = True
- end
- item
- Item = miRefresh
- Visible = True
- end
- item
- BeginGroup = True
- Item = miEdit
- Visible = True
- end
- item
- Item = miRename
- Visible = True
- end
- item
- Item = miDelete
- Visible = True
- end
- item
- BeginGroup = True
- Item = pmiEditNodes
- Visible = True
- end
- item
- Item = miPrint
- Visible = True
- end
- item
- Item = pmiDeadLinks
- Visible = True
- end
- item
- BeginGroup = True
- Item = miDockable
- Visible = True
- end
- item
- BeginGroup = True
- Item = pmiClose
- Visible = True
- end>
- UseOwnFont = False
- OnPopup = pmPopupPopup
- Left = 70
- Top = 70
- end
- end
-